From 3a0cbe42416acbcf080f172e1fd4265b4e42c2e8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 1 Jul 2008 09:24:16 +0000 Subject: fix helptext --- lbu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lbu b/lbu index 52ca0c1..80f85c3 100644 --- a/lbu +++ b/lbu @@ -469,7 +469,7 @@ EOF cmd_listbackup() { local media=${1:-"$LBU_MEDIA"} local mnt="/media/$media" - [ -z "$media" ] && usage_log + [ -z "$media" ] && usage_listbackup mount_once "$mnt" || die "failed to mount $mnt" ls -1 "$mnt"/*.[0-9][0-9]*[0-9][0-9].tar.gz* 2>/dev/null | sed 's:.*/::' @@ -484,7 +484,7 @@ Revert to older commit. usage: $PROGRAM revert [] -The revision should be one of the files listed by 'lbu log'. +The revision should be one of the files listed by 'lbu list-backup'. EOF } -- cgit v1.2.3