| // Copyright 2015 The Vanadium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style |
| // license that can be found in the LICENSE file. |
| // This file was auto-generated via go generate. |
| // DO NOT UPDATE MANUALLY |
| Command gclogs safely deletes old log files. |
| It looks for file names that match the format of files produced by the vlog |
| package, and deletes the ones that have not changed in the amount of time |
| specified by the --cutoff flag. |
| Only files produced by the same user as the one running the gclogs command are |
| <dir> ... A list of directories where to look for log files. |
| The age cut-off for a log file to be considered for garbage collection. |
| If true, log files that would be deleted are shown on stdout, but not |
| A regular expression to apply to the program part of the log file name, e.g |
| If true, each deleted file is shown on stdout. |
| -metadata=<just specify -metadata to activate> |
| Displays metadata for the program and exits. |