Skip to content

Commit 4563cba

Browse files
committed
yanglint CHANGE make it clear the version displayed is SO
1 parent 3ec7643 commit 4563cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/main_ni.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ tree_help(void)
161161
void
162162
version(void)
163163
{
164-
fprintf(stdout, "yanglint %d.%d.%d\n", LY_VERSION_MAJOR, LY_VERSION_MINOR, LY_VERSION_MICRO);
164+
fprintf(stdout, "yanglint SO %d.%d.%d\n", LY_VERSION_MAJOR, LY_VERSION_MINOR, LY_VERSION_MICRO);
165165
}
166166
void
167167
libyang_verbclb(LY_LOG_LEVEL level, const char *msg, const char *path)

0 commit comments

Comments
 (0)