From 83d0e54d778b58c341505ca7142c6f2c4e6dec99 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Thu, 26 Jul 2018 10:50:25 +0200 Subject: bin/db-update: fix typo --- bin/db-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/db-update b/bin/db-update index 3c67a00..8885c4a 100755 --- a/bin/db-update +++ b/bin/db-update @@ -23,7 +23,7 @@ usage() { >&2 echo '' >&2 echo 'possible options:' >&2 echo ' -f|--force $package-id:' - >&2 echo ' Force movement of Package with given id and move nothing else.' + >&2 echo ' Force movement of package with given id and move nothing else.' >&2 echo ' -h|--help:' >&2 echo ' Show this help and exit.' >&2 echo ' -n|--no-action:' -- cgit v1.2.3-54-g00ecf