mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Calc
- Cleaned up usage text.
This commit is contained in:
parent
0dd10767ac
commit
c52bf5cf8d
1 changed files with 1 additions and 3 deletions
|
@ -70,9 +70,7 @@ int main (int argc, char** argv)
|
|||
if (!strcmp (argv[i], "-h") || ! strcmp (argv[i], "--help"))
|
||||
{
|
||||
std::cout << "\n"
|
||||
<< "Usage: " << argv[0] << " [options] "
|
||||
<< (infix ? "'<infix expression>'" : "'<postfix expression>'")
|
||||
<< "\n"
|
||||
<< "Usage: " << argv[0] << " [options] '<expression>'\n"
|
||||
<< "\n"
|
||||
<< "Options:\n"
|
||||
<< " -h|--help Display this usage\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue