parent
e1af6b7c3d
commit
3002e19e2c
1 changed files with 5 additions and 5 deletions
|
@ -24,11 +24,11 @@ error() {
|
||||||
}
|
}
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
info "Usage:"
|
info "Usage: flatpak-sync [sync | add <appId> | remove <appId> ]"
|
||||||
info " -l Path to the file keeping the date of the last check."
|
info "sync: Synchronized installed apps with app list."
|
||||||
info " -r Path to the directory containing all org-roam files."
|
info "add | a | install | i: Add app with app id to the list and sync."
|
||||||
info " -b Path to the hugo base directory."
|
info "remove | r | uninstall | u: Remove app with app id from the list and sync."
|
||||||
info " -s Path of the Emacs lisp script for exporting the org-roam files."
|
info "Without any given argument a sync is executed."
|
||||||
}
|
}
|
||||||
|
|
||||||
function sync() {
|
function sync() {
|
||||||
|
|
Loading…
Reference in a new issue