summaryrefslogtreecommitdiffstats
path: root/test/imode/builtin_help.out
diff options
context:
space:
mode:
Diffstat (limited to 'test/imode/builtin_help.out')
-rw-r--r--test/imode/builtin_help.out15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/imode/builtin_help.out b/test/imode/builtin_help.out
deleted file mode 100644
index 016468d..0000000
--- a/test/imode/builtin_help.out
+++ /dev/null
@@ -1,15 +0,0 @@
-Built-ins.
-
-Usage:
- : cd [<path>]
- : ..
- : pwd
- : (help | -h | --help)
-
-Description:
- cd Nest to a subcommand. Accepts a sequence of subcommands separated
- with "/". If "/" is given, top-level command becomes the active one.
- Other supported special symbols are ".." and ".".
- .. Make parent command the active one. Same as issuing ":cd ..".
- pwd Print current command path.
- help Show this help.