Fix trailing white space
This commit is contained in:
parent
3a10b4dc32
commit
ab7d4933aa
1 changed files with 2 additions and 2 deletions
|
@ -402,7 +402,7 @@ sub configure {
|
||||||
$key =~ s/calendar\.//;
|
$key =~ s/calendar\.//;
|
||||||
$config{$key} = $value;
|
$config{$key} = $value;
|
||||||
}
|
}
|
||||||
local @ARGV = (map { ( "-$_" => $config{$_} ) }
|
local @ARGV = (map { ( "-$_" => $config{$_} ) }
|
||||||
grep { exists $config{$_} } @wanted);
|
grep { exists $config{$_} } @wanted);
|
||||||
GetOptions(
|
GetOptions(
|
||||||
'period=n' => $period,
|
'period=n' => $period,
|
||||||
|
@ -495,7 +495,7 @@ Print this message.
|
||||||
|
|
||||||
=head2 USING GIT CONFIG
|
=head2 USING GIT CONFIG
|
||||||
|
|
||||||
git-cal uses the git config tool to store configuration on disk. Similar keys are used to
|
git-cal uses the git config tool to store configuration on disk. Similar keys are used to
|
||||||
those listed above with the notable exception being the bundling of ascii, ansi and unicode
|
those listed above with the notable exception being the bundling of ascii, ansi and unicode
|
||||||
into a "format" key. Examples of the three supported keys are below.
|
into a "format" key. Examples of the three supported keys are below.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue