From: Paul Kernfeld Date: Thu, 2 Nov 2017 21:52:00 +0000 (-0400) Subject: Note that token can be read from stdin X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~12^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f8025c67c7666a9fd5976d2d7e5a88510acee58d;p=cargo.git Note that token can be read from stdin --- 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] []