diff options
Diffstat (limited to 'src/simplaret')
-rwxr-xr-x | src/simplaret | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simplaret b/src/simplaret index 7b68b60..7d9ebff 100755 --- a/src/simplaret +++ b/src/simplaret @@ -377,8 +377,8 @@ function simplaret_purge { done if [ -z "$SILENT" ]; then - echo done purging simplaret cache - echo please run simplaret --update to retrieve new package listings on this arch and version + echo $BASENAME: done purging simplaret cache + echo $BASENAME: please run $BASENAME --update to retrieve new package listings on this arch and version fi } |