Skip to content

Commit afc8eee

Browse files
committed
follow-up to 08b703f - bump version and re-generate man-page
1 parent 08b703f commit afc8eee

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/stackusage

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# Copyright (C) 2015-2022 Kristofer Berggren
3+
# Copyright (C) 2015-2025 Kristofer Berggren
44
# All rights reserved.
55
#
66
# stackusage is distributed under the BSD 3-Clause license, see LICENSE for details.
@@ -44,9 +44,9 @@ showusage()
4444

4545
showversion()
4646
{
47-
echo "stackusage v1.19"
47+
echo "stackusage v1.20"
4848
echo ""
49-
echo "Copyright (C) 2015-2022 Kristofer Berggren"
49+
echo "Copyright (C) 2015-2025 Kristofer Berggren"
5050
echo ""
5151
echo "stackusage is distributed under the BSD 3-Clause license."
5252
echo ""

src/stackusage.1

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man.
2-
.TH STACKUSAGE "1" "December 2022" "stackusage v1.19" "User Commands"
2+
.TH STACKUSAGE "1" "July 2025" "stackusage v1.20" "User Commands"
33
.SH NAME
44
stackusage \- measure stack usage in applications
55
.SH SYNOPSIS
66
.B stackusage
7-
[\fI\,-d\/\fR] [\fI\,-o PATH\/\fR] [\fI\,-s SIG\/\fR] \fI\,PROG \/\fR[\fI\,ARGS\/\fR..]
7+
[\fI\,-d\/\fR] [\fI\,-h\/\fR] [\fI\,-o PATH\/\fR] [\fI\,-s SIG\/\fR] \fI\,PROG \/\fR[\fI\,ARGS\/\fR..]
88
.br
99
.B stackusage
1010
\fI\,--help\/\fR
@@ -23,6 +23,9 @@ embedded systems.
2323
\fB\-d\fR
2424
debug mode, running program through debugger
2525
.TP
26+
\fB\-h\fR
27+
human\-readable output (show sizes in KB/MB instead of bytes)
28+
.TP
2629
\fB\-o\fR <PATH>
2730
write output to specified file path, instead of stderr
2831
.TP
@@ -57,6 +60,6 @@ Written by Kristofer Berggren
5760
.SH "REPORTING BUGS"
5861
Report bugs at https://github.com/d99kris/stackusage
5962
.SH COPYRIGHT
60-
Copyright \(co 2015\-2022 Kristofer Berggren
63+
Copyright \(co 2015\-2025 Kristofer Berggren
6164
.PP
6265
stackusage is distributed under the BSD 3\-Clause license.

0 commit comments

Comments
 (0)