Browse Source

Simplify javanano command-line (#1298)

Tested: output is the same.
This was enabled by the change at 801e92007f
pull/1248/merge
Keghani Kouzoujian 9 years ago
committed by lararennie
parent
commit
87d5d2bb79
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      java/lib/protobuf-javanano-readme.md

+ 1
- 1
java/lib/protobuf-javanano-readme.md View File

@ -14,7 +14,7 @@ Steps to update the protobuf library version:
check in any changes to this file. The command from the root directory is:
```
protoc --javanano_out=com.google.i18n.phonenumbers.nano:java/libphonenumber/src \
protoc --javanano_out=java/libphonenumber/src \
resources/phonemetadata.proto \
--proto_path=resources
```

Loading…
Cancel
Save