From 3002e19e2c53792a1aabf14af7dd9a849cf40003 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 20 Jul 2023 22:08:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20(flatpak-sync)=20Fix=20usage=20t?= =?UTF-8?q?ext?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refs: #2 --- flatpak-sync/flatpak-sync.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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() {