Skip to content

Commit

Permalink
Update grabber.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Apr 12, 2020
1 parent baf7f27 commit af3aa27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/grabber/grabber.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ if [[ "$1" = "-h" || "$1" = "--help" ]]
then
echo -e "Usage: grabber.sh [option] <arguments>"
echo -e
echo -e " -w, --wgrabber <local_path> Grab WPA Supplicant."
echo -e " -s, --screenshot <local_path> Grab device screenshot."
echo -e " -r, --screenrec <local_path> Grab device screenrec."
echo -e " -w, --wgrabber <local_path> Grab wpa_supplicant."
echo -e " -s, --screenshot <local_path> Take device screenshot."
echo -e " -r, --screenrec <local_path> Record device screen."
echo -e " -h, --help Give this help list."
exit

Expand Down Expand Up @@ -63,8 +63,8 @@ fi

echo -e "Usage: grabber.sh [option] <arguments>"
echo -e
echo -e " -w, --wgrabber <local_path> Grab WPA Supplicant."
echo -e " -s, --screenshot <local_path> Grab device screenshot."
echo -e " -r, --screenrec <local_path> Grab device screenrec."
echo -e " -w, --wgrabber <local_path> Grab wpa_supplicant."
echo -e " -s, --screenshot <local_path> Take device screenshot."
echo -e " -r, --screenrec <local_path> Record device screen."
echo -e " -h, --help Give this help list."
exit

0 comments on commit af3aa27

Please sign in to comment.