Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 20, 2016
1 parent d9e00ae commit fd56fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/fornwall/apksigner/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Main {
static void usage(Options options) {
new HelpFormatter().printHelp("apksigner [-p password] keystore input-apk output-apk",
"Sign an input APK file using the specified keystore to produce a signed and zipaligned output APK." +
"The keystore file will be created with the specified password if it does not exist.",
" The keystore file will be created with the specified password if it does not exist. Options:",
options, "");
System.exit(1);
}
Expand Down

0 comments on commit fd56fbf

Please sign in to comment.