X-Git-Url: https://git.armaanb.net/?p=gen-shell.git;a=blobdiff_plain;f=src%2Fhelp.cpp;h=6571ce2284bd907f5d46bc5ed26ebb27b8929c34;hp=2af1a01e622883c5b2195d055a72c2535016ec86;hb=eb1e18ee5dc8235e48dd5184f60c13c33cad6add;hpb=a5d9cd320e9ed83e36de2b5326f1201ea16b697f diff --git a/src/help.cpp b/src/help.cpp index 2af1a01..6571ce2 100644 --- a/src/help.cpp +++ b/src/help.cpp @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////// // -// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez. +// Copyright 2006 - 2017, Paul Beckingham, Federico Hernandez, 2020 Armaan Bhojwani. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -31,17 +31,7 @@ int cmdHelp () { std::cout << '\n' - << " Commands:\n" - << " tasksh> list Or any other Taskwarrior command\n" - << " tasksh> review [N] Task review session, with optional cutoff after N tasks\n" - << " tasksh> exec ls -al Any shell command. May also use '!ls -al'\n" - << " tasksh> help Tasksh help\n" - << " tasksh> diagnostics Tasksh diagnostics\n" - << " tasksh> quit End of session. May also use 'exit'\n" - << '\n' - << "Run 'man tasksh' from your shell prompt.\n" - << "Run '! man tasksh' from inside tasksh.\n" - << '\n'; + << "A generic shell" return 0; }