Skip to content

Commit

Permalink
nicer help
Browse files Browse the repository at this point in the history
  • Loading branch information
carnager committed Aug 23, 2015
1 parent a9d5b5d commit 7e9e79e
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions rofi-pass
Original file line number Diff line number Diff line change
Expand Up @@ -385,17 +385,15 @@ function _rofi () {
}

help_msg () {
echo "rofi-pass - a _rofi driven frontend to pass"
echo "--------------------------------------"
echo "(C) 2015 Rasmus Steinke <[email protected]>"
echo "(C) 2015 Thore Bödecker <[email protected]>"
echo "--------------------------------------"
echo -e "Usage\n"
echo "--insert insert new entry to password store"
echo "--manage edit/move/delete entries"
echo -e "--root set custom root directory"
echo "--last-used highlight last used item"
echo "--show-last show details of last used Entry"
echo "rofi-pass (Version: 1.2)"
echo ""
echo -e "Usage:\n"
echo "--insert insert new entry to password store"
echo "--manage edit/move/delete entries"
echo -e "--root set custom root directory"
echo "--last-used highlight last used item"
echo "--show-last show details of last used Entry"
echo ""
}

##########################
Expand Down

0 comments on commit 7e9e79e

Please sign in to comment.