aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/timeout.fish
diff options
context:
space:
mode:
authorGravatar SanskritFritz <SanskritFritz+github@gmail.com>2014-04-07 12:33:43 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-05-03 12:30:41 -0700
commitf49848c8a4f1a5b35794fd69402d1557a6fe296c (patch)
treef54897e747294110373249dd851d0f0f6036e6ab /share/completions/timeout.fish
parent0101b39f6c1407c6af03b88bd0173937497c348b (diff)
Removed unnecessary comments.
Diffstat (limited to 'share/completions/timeout.fish')
-rw-r--r--share/completions/timeout.fish3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/completions/timeout.fish b/share/completions/timeout.fish
index 6f40e685..a1e60768 100644
--- a/share/completions/timeout.fish
+++ b/share/completions/timeout.fish
@@ -1,6 +1,3 @@
-#
-# Completions for timeout
-# SanskritFritz (gmail)
complete -c timeout -l foreground -d 'Run COMMAND in the foreground'
complete -c timeout -s k -l kill-after -d 'Send a KILL signal after DURATION'