Home
last modified time | relevance | path

Searched refs:fShortUsage (Results 1 – 2 of 2) sorted by relevance

/haiku/src/bin/pkgman/
H A DCommand.cpp31 fShortUsage(shortUsage), in Command()
35 fShortUsage.ReplaceAll("%command%", fName); in Command()
48 fShortUsage.ReplaceAll("%program%", programName); in Init()
H A DCommand.h29 const BString& ShortUsage() const { return fShortUsage; } in ShortUsage()
43 BString fShortUsage; variable