diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-29 12:10:49 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-03-29 12:10:49 +0200 |
commit | d519281721c79a429700a8d3a1e8e51bc2782b42 (patch) | |
tree | 261a71497a80cf783744dc74d000a96ecbfa1edd /etc/functions/off | |
parent | 28f05852b2beb04c78f713caedac6063aaeb956c (diff) |
functions: Added/updated descriptions/comments
Diffstat (limited to 'etc/functions/off')
-rwxr-xr-x | etc/functions/off | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/functions/off b/etc/functions/off index 38b82f7..e66ef88 100755 --- a/etc/functions/off +++ b/etc/functions/off @@ -1,5 +1,6 @@ ## vim:ft=zsh ## Small shutdown/reboot wrapper to work together with my other tools +## Usage: off [-nrh] [place] ## Copyright (C) 2008, 2009 by Daniel Friesel <derf@derf.homelinux.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> |