Skip to content

Commit d13d3c3

Browse files
committed
update comment about astyle args
1 parent 5fa4b17 commit d13d3c3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

misc/astyle.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#astyle config file
22

3-
#run astyle on one or a few files: use
3+
#run astyle on one or a few files: use
44
# astyle --options=misc/astyle.cfg path/to/file
55

6-
#run astyle on all files: from the scl root dir, use
7-
# astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h" "src/*.h"
6+
#run astyle on all files: from the scl root dir, use
7+
# astyle --options=misc/astyle.cfg --recursive "src/*.c" "src/*.cc" "include/*.h" "src/*.h" "test/*.cc" "test/*.h"
88
# in the above line, the double quotes *are* necessary
99

1010
# DO NOT run astyle on flex/bison input such as expparse.y and expscan.l!

0 commit comments

Comments
 (0)