summaryrefslogtreecommitdiff
path: root/include/cli.h
diff options
context:
space:
mode:
authorLeo C2016-04-22 11:21:03 +0200
committerLeo C2016-04-22 11:21:03 +0200
commit8ed660166ce9cdeb63b4cf710c663407b7ec9128 (patch)
tree57518c1b7ed4c6f3f28a23e16a6f165b998527f2 /include/cli.h
parentc647afca0ab5d67de1c18b52b4e50262fcb73425 (diff)
downloadz180-stamp-8ed660166ce9cdeb63b4cf710c663407b7ec9128.zip
Store only command line input in history buffer, but not data (i.e mm command)
Diffstat (limited to 'include/cli.h')
-rw-r--r--include/cli.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cli.h b/include/cli.h
index 4920cc4..20e852f 100644
--- a/include/cli.h
+++ b/include/cli.h
@@ -4,7 +4,7 @@
* (C) Copyright 2014 Google, Inc
* Simon Glass <sjg@chromium.org>
*
- * SPDX-License-Identifier: GPL-2.0+
+ * SPDX-License-Identifier: GPL-2.0
*/
#ifndef CLI_H