Skip to content

Commit

Permalink
Refine
Browse files Browse the repository at this point in the history
  • Loading branch information
hattya committed Feb 9, 2024
1 parent e1dfa49 commit d26a673
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmd/nzn/clone.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// nazuna/cmd/nzn :: clone.go
//
// Copyright (c) 2013-2021 Akinori Hattori <hattya@gmail.com>
// Copyright (c) 2013-2024 Akinori Hattori <hattya@gmail.com>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -32,7 +32,7 @@ func init() {
Create a copy of an existing repository in <path>. If <path> does not exist,
it will be created.
If <path> is not specified, the current working diretory is used.
If <path> is not specified, the current working directory is used.
`)),
Flags: flags,
Action: clone,
Expand Down
4 changes: 2 additions & 2 deletions cmd/nzn/clone_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// nazuna/cmd/nzn :: clone_test.go
//
// Copyright (c) 2013-2022 Akinori Hattori <hattya@gmail.com>
// Copyright (c) 2013-2024 Akinori Hattori <hattya@gmail.com>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -89,7 +89,7 @@ func TestCloneError(t *testing.T) {
Create a copy of an existing repository in <path>. If <path> does not exist,
it will be created.
If <path> is not specified, the current working diretory is used.
If <path> is not specified, the current working directory is used.
options:
Expand Down
4 changes: 2 additions & 2 deletions cmd/nzn/init.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// nazuna/cmd/nzn :: init.go
//
// Copyright (c) 2013-2021 Akinori Hattori <hattya@gmail.com>
// Copyright (c) 2013-2024 Akinori Hattori <hattya@gmail.com>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -32,7 +32,7 @@ func init() {
Create a new repository in <path>. If <path> does not exist, it will be
created.
If <path> is not specified, the current working diretory is used.
If <path> is not specified, the current working directory is used.
`)),
Flags: flags,
Action: init_,
Expand Down
4 changes: 2 additions & 2 deletions cmd/nzn/init_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// nazuna/cmd/nzn :: init_test.go
//
// Copyright (c) 2013-2022 Akinori Hattori <hattya@gmail.com>
// Copyright (c) 2013-2024 Akinori Hattori <hattya@gmail.com>
//
// SPDX-License-Identifier: MIT
//
Expand Down Expand Up @@ -63,7 +63,7 @@ func TestInitError(t *testing.T) {
Create a new repository in <path>. If <path> does not exist, it will be
created.
If <path> is not specified, the current working diretory is used.
If <path> is not specified, the current working directory is used.
options:
Expand Down

0 comments on commit d26a673

Please sign in to comment.