Merge "devcam: fix up package doc strings"

This commit is contained in:
Brad Fitzpatrick 2013-10-22 15:38:46 +00:00 committed by Gerrit Code Review
commit 18de812d8b
5 changed files with 11 additions and 9 deletions

View File

@ -14,8 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This program runs the development appengine
// camlistore with dev_appserver.py.
// This file adds the "appengine" subcommand to devcam, to run the
// development appengine camlistore with dev_appserver.py.
package main
import (

View File

@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This program runs camget in "dev" mode,
// to facilitate hacking on camlistore.
// This file adds the "get" subcommand to devcam, to run camget against the dev server.
package main
import (

View File

@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This program runs camput in "dev" mode,
// to facilitate hacking on camlistore.
// This file adds the "put" subcommand to devcam, to run camput against the dev server.
package main
import (

View File

@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This program runs camlistored in "dev" mode,
// to facilitate hacking on camlistore.
// This file adds the "server" subcommand to devcam, to run camlistored.
package main
import (

View File

@ -14,7 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// This program runs the full test suite of the project.
// This file adds the "test" subcommand to devcam, to run the full test suite.
package main
import (