From f8025c67c7666a9fd5976d2d7e5a88510acee58d Mon Sep 17 00:00:00 2001 From: Paul Kernfeld Date: Thu, 2 Nov 2017 17:52:00 -0400 Subject: [PATCH] Note that token can be read from stdin --- src/bin/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/login.rs b/src/bin/login.rs index 499980c6d..d8a0ad471 100644 --- a/src/bin/login.rs +++ b/src/bin/login.rs @@ -21,7 +21,7 @@ pub struct Options { } pub const USAGE: &'static str = " -Save an api token from the registry locally +Save an api token from the registry locally. If token is not specified, it will be read from stdin. Usage: cargo login [options] [] -- 2.30.2