From 1e1c69600ec7ef3f57b273b7fdae14bfb5fb9af5 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 21 Jan 2013 15:33:01 +0100 Subject: [PATCH] Shell: printhelp fixes plus some more. --- .shell.d/funs_pacman | 103 +++++++++++++++++++++------------------ .shell.d/funs_rc | 105 +++++++++++++++++++++------------------- .shell.d/funs_transcode | 23 +++++---- 3 files changed, 124 insertions(+), 107 deletions(-) diff --git a/.shell.d/funs_pacman b/.shell.d/funs_pacman index 468d9eef..3f8eaf5c 100644 --- a/.shell.d/funs_pacman +++ b/.shell.d/funs_pacman @@ -42,13 +42,14 @@ pacman-files() { _printhelp() { - echo "Synopsis:" - echo -e " $1 [-n] PACKAGES" - echo - echo "Usage:" - echo -e " default:\tDisplay size of files in PACKAGES." - echo -e " -h:\t\tDisplay this help." - echo -e " -n:\t\tSort by size." + cat <