Skip to content

Commit

Permalink
Adds billing_project to supported fstab options.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathonl authored and bjornleffler committed Jan 6, 2020
1 parent fcda0bc commit f733517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mount_gcsfuse/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func makeGcsfuseArgs(
)

// Special case: support mount-like formatting for gcsfuse string flags.
case "dir_mode", "file_mode", "key_file", "temp_dir", "gid", "uid", "only_dir", "limit_ops_per_sec", "limit_bytes_per_sec", "stat_cache_ttl", "type_cache_ttl":
case "dir_mode", "file_mode", "key_file", "temp_dir", "gid", "uid", "only_dir", "limit_ops_per_sec", "limit_bytes_per_sec", "stat_cache_ttl", "type_cache_ttl", "billing_project":
args = append(
args,
"--"+strings.Replace(name, "_", "-", -1),
Expand Down

0 comments on commit f733517

Please sign in to comment.