Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tensorboard/data/server/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ When done, commit the changes to `Cargo.toml`, `Cargo.lock`, and the

Test datasets are stored on Google Cloud Storage in the world-readable
`gs://tensorboard-bench-logs` bucket, whose [bucket README] is online. To run
against this data, use `gsutil` to copy it to your local machine.
against this data, use `gcloud storage` to copy it to your local machine.

[bucket README]: https://storage.googleapis.com/tensorboard-bench-logs/README

Expand Down
2 changes: 1 addition & 1 deletion tensorboard/data/server/gcs/gsutil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::io::Write;
use rustboard_core::gcs;

#[derive(Clap, Debug)]
#[clap(name = "gsutil")]
#[clap(name = "gcloud storage")]
struct Opts {
#[clap(long, default_value = "info")]
log_level: String,
Expand Down