mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +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"))
|
if (!strcmp (argv[i], "-h") || ! strcmp (argv[i], "--help"))
|
||||||
{
|
{
|
||||||
std::cout << "\n"
|
std::cout << "\n"
|
||||||
<< "Usage: " << argv[0] << " [options] "
|
<< "Usage: " << argv[0] << " [options] '<expression>'\n"
|
||||||
<< (infix ? "'<infix expression>'" : "'<postfix expression>'")
|
|
||||||
<< "\n"
|
|
||||||
<< "\n"
|
<< "\n"
|
||||||
<< "Options:\n"
|
<< "Options:\n"
|
||||||
<< " -h|--help Display this usage\n"
|
<< " -h|--help Display this usage\n"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue