summaryrefslogtreecommitdiff
path: root/sandbox/grubert/test/from_test_txt-08.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/grubert/test/from_test_txt-08.txt')
-rw-r--r--sandbox/grubert/test/from_test_txt-08.txt27
1 files changed, 0 insertions, 27 deletions
diff --git a/sandbox/grubert/test/from_test_txt-08.txt b/sandbox/grubert/test/from_test_txt-08.txt
deleted file mode 100644
index 130d4307e..000000000
--- a/sandbox/grubert/test/from_test_txt-08.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Option Lists
-------------
-
-For listing command-line options:
-
--a command-line option "a"
--b file options can have arguments
- and long descriptions
---long options can be long also
---input=file long options can also have
- arguments
-
---very-long-option
- The description can also start on the next line.
-
- The description may contain multiple body elements,
- regardless of where it starts.
-
--x, -y, -z Multiple options are an "option group".
--v, --verbose Commonly-seen: short & long options.
--1 file, --one=file, --two file
- Multiple options with arguments.
-/V DOS/VMS-style options too
-
-There must be at least two spaces between the option and the
-description.
-