Home
last modified time | relevance | path

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

/haiku/src/bin/pkgman/
H A DCommand.h29 const BString& ShortUsage() const { return fShortUsage; } in ShortUsage() function
H A Dpkgman.cpp48 commandsUsage << command->ShortUsage() << '\n'; in get_commands_usage_for_category()