summarylogtreecommitdiffstats
path: root/firefox-sync
diff options
context:
space:
mode:
authorQue Quotion2018-06-23 02:46:20 +0900
committerQue Quotion2018-06-23 02:46:20 +0900
commit7d067758cd6b1e25588503f0b0e01f74f8964202 (patch)
treec1ac70373c4f725d0d17df92f6e82e0ab85488d4 /firefox-sync
parent94bbc96015df83a92071357a7b5d907c4f8ea66f (diff)
downloadaur-7d067758cd6b1e25588503f0b0e01f74f8964202.tar.gz
Add r to getops for profile removal
Diffstat (limited to 'firefox-sync')
-rwxr-xr-xfirefox-sync2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox-sync b/firefox-sync
index 3073321be85b..02aa51b48658 100755
--- a/firefox-sync
+++ b/firefox-sync
@@ -23,7 +23,7 @@ EOF
exit 0
}
-while getopts dhp: options
+while getopts dhpr: options
do
case $options in
d) echo "default profile directory is ~/.mozilla/firefox/$LINK"