This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ArnostiPublico
/
pdfScale
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
program name was printing even when not verbose, fixed
master
Gustavo Neves
8 years ago
parent
442579b87f
commit
75c948ce2e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pdfScale.sh
+ 1
- 1
pdfScale.sh
View File
@@ -864,7 +864,7 @@ printVersion() {
if [[ $1 -eq 2 ]]; then
printError "$PDFSCALE_NAME v$VERSION$vStr"
else
echo
"$PDFSCALE_NAME v$VERSION$vStr"
vprint
"$PDFSCALE_NAME v$VERSION$vStr"
fi
}
Write
Preview
Loading…
Cancel
Save