Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2a53422

Browse files
committed
argsparse.sh: do not add trailing dot to default values in usage output
1 parent0e38ee8 commit2a53422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎argsparse.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ argsparse_usage_long() {
737737
if __argsparse_index_of"$long" \
738738
"${!__argsparse_options_default_values[@]}">/dev/null
739739
then
740-
printf"${bol}Default: %s.\n" \
740+
printf"${bol}Default: %s\n" \
741741
"${__argsparse_options_default_values[$long]}"
742742
fi
743743
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp