Skip to content

Commit 5c3fb1b

Browse files
authored
Improve warning for git clear (#1168)
1 parent 5ca9360 commit 5c3fb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-clear

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ done
3232

3333
# Only wait for answer if not forced by user
3434
if [[ $FORCE == 0 ]]; then
35-
echo -n "Sure? - This command may delete files that cannot be recovered, including those in .gitignore [y/N]: "
35+
echo -n "Sure? - THIS COMMAND MAY DELETE FILES THAT CANNOT BE RECOVERED, including those in .gitignore [y/N]: "
3636
read -r clean
3737
else
3838
clean=y

0 commit comments

Comments
 (0)