diff --git a/flatpak-sync/flatpak-sync.sh b/flatpak-sync/flatpak-sync.sh index b520556..372004c 100755 --- a/flatpak-sync/flatpak-sync.sh +++ b/flatpak-sync/flatpak-sync.sh @@ -24,11 +24,11 @@ error() { } usage() { - info "Usage:" - info " -l Path to the file keeping the date of the last check." - info " -r Path to the directory containing all org-roam files." - info " -b Path to the hugo base directory." - info " -s Path of the Emacs lisp script for exporting the org-roam files." + info "Usage: flatpak-sync [sync | add | remove ]" + info "sync: Synchronized installed apps with app list." + info "add | a | install | i: Add app with app id to the list and sync." + info "remove | r | uninstall | u: Remove app with app id from the list and sync." + info "Without any given argument a sync is executed." } function sync() {