]> git.armaanb.net Git - gen-shell.git/blobdiff - src/help.cpp
started to remove tw specifics
[gen-shell.git] / src / help.cpp
index 2af1a01e622883c5b2195d055a72c2535016ec86..6571ce2284bd907f5d46bc5ed26ebb27b8929c34 100644 (file)
@@ -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
 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;
 }