From 6334047ebd08b6a7f609bdb232f0dddb569e8a59 Mon Sep 17 00:00:00 2001 From: Mike Meyer Date: Tue, 4 Aug 2015 08:53:10 -0500 Subject: [PATCH] Add a description to suspend --- share/functions/suspend.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/functions/suspend.fish b/share/functions/suspend.fish index ce3824eb4..2acc0a20f 100644 --- a/share/functions/suspend.fish +++ b/share/functions/suspend.fish @@ -1,4 +1,4 @@ -function suspend +function suspend -d "Suspend the current shell so long as it is not a login shell." if status --is-login echo cannot suspend login shell >&2 else