From 87d5d2bb793a7ebcd3d8cb62a7ae6ce845022ede Mon Sep 17 00:00:00 2001 From: Keghani Kouzoujian Date: Mon, 29 Aug 2016 15:34:32 +0200 Subject: [PATCH] Simplify javanano command-line (#1298) Tested: output is the same. This was enabled by the change at https://github.com/google/protobuf/commit/801e92007fd6eac3fa5b4c386ba54089393680c7 --- java/lib/protobuf-javanano-readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/lib/protobuf-javanano-readme.md b/java/lib/protobuf-javanano-readme.md index fee2b8f67..0e8974797 100644 --- a/java/lib/protobuf-javanano-readme.md +++ b/java/lib/protobuf-javanano-readme.md @@ -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 ```