summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
authorMeowyam <maryam@chilon.net>2021-07-06 15:22:59 +0800
committerMeowyam <maryam@chilon.net>2021-07-06 15:22:59 +0800
commit1e3de38ac4e9d4eee8bb947fb16682490a1130c5 (patch)
tree81a5238826abbc29a84dc2d7db19675d29801dbf /src/compiler/GF/Command
parentdff215504a71235d0aeb6852e64ef682cc095668 (diff)
remove redundant options
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/CommonCommands.hs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/compiler/GF/Command/CommonCommands.hs b/src/compiler/GF/Command/CommonCommands.hs
index 7ca2c0ee4..c685fc525 100644
--- a/src/compiler/GF/Command/CommonCommands.hs
+++ b/src/compiler/GF/Command/CommonCommands.hs
@@ -176,9 +176,6 @@ commonCommands = fmap (mapCommandExec liftSIO) $ Map.fromList [
flags = [
("command","the system command applied to the argument")
],
- options = [
- ("lines","preserve input lines, and return output as a list of lines")
- ],
examples = [
mkEx "gt | l | ? wc -- generate trees, linearize, and count words"
]