We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ab77b commit 0974675Copy full SHA for 0974675
bin/snap-sync
@@ -45,7 +45,7 @@ while [[ $# -gt 0 ]]; do
45
exit 1
46
;;
47
*)
48
- printf "Error: Unknown option: $key\n"
+ printf "ERROR: Unknown option: $key\n"
49
printf "Run 'snap-sync -h' for valid options.\n"
50
51
@@ -132,7 +132,7 @@ for x in $selected_configs; do
132
if [[ -f "/etc/snapper/configs/$x" ]]; then
133
source /etc/snapper/configs/$x
134
else
135
- printf "Error: Selected snapper configuration $x does not exist.\n"
+ printf "ERROR: Selected snapper configuration $x does not exist.\n"
136
137
fi
138
0 commit comments